PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render.renderingsurfaces Package / PDFRenderingSurface Class / save Method / save(Stream,PDFRendererSettings,PDFPageImageFormat) Method
Stream where to save the rendering surface
The settings that were used when the rendering surface was generated
Image format for saving the rendering surface
In This Topic
    save(Stream,PDFRendererSettings,PDFPageImageFormat) Method
    In This Topic
    Saves the rendering surface as image to the specified stream.
    Syntax

    Parameters

    stream
    Stream where to save the rendering surface
    settings
    The settings that were used when the rendering surface was generated
    format
    Image format for saving the rendering surface
    See Also